Improve treatment of aborted touch events in Speedbar and elsewhere
authorPo Lu <luangruo@yahoo.com>
Tue, 9 Apr 2024 02:37:47 +0000 (10:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 9 Apr 2024 02:39:36 +0000 (10:39 +0800)
commit64eb4ce0af80b840c7b1da137e4323a3d06062fa
treeb3614fbf2cce12499184c1f9034ba8db75633680
parent9e22cd30ebd68326c26a6e511d3722bdb5b9164c
Improve treatment of aborted touch events in Speedbar and elsewhere

* lisp/dframe.el (dframe-popup-kludge): Mark as a
mouse-1-menu-command.

* lisp/touch-screen.el (touch-screen-handle-point-up): New
argument CANCELED.  Implement specific responses to cancellation
for each tool state.
(touch-screen-handle-touch): Adjust to match.
lisp/dframe.el
lisp/touch-screen.el